home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 January / maximum-cd-2012-01.iso / DiscContents / digsby_setup.exe / res / MessageStyles / Smooth Separate Lines.AdiumMessageStyle / Contents / Resources / styles / layout.css < prev   
Encoding:
Cascading Style Sheet File  |  2010-12-09  |  660 b   |  54 lines

  1. body
  2. {
  3.     margin: 0px;
  4. }
  5.  
  6. #Chat {
  7.     overflow: hidden;
  8. }
  9.  
  10. .bottomdivider {
  11.     width: 100%;
  12.     position: fixed;
  13.     bottom: 0px;
  14.     margin: 0px;
  15.     padding: 0px;
  16.     left: 0px;
  17. }
  18.  
  19. .status_message {
  20.     padding: 0px 7px 0px 7px;
  21. }
  22.  
  23. .prefixcontainer{
  24.     white-space: nowrap;
  25.     max-width: 100%;
  26.     position: relative;
  27.     left: -22px;
  28. }
  29.  
  30. .prefix {
  31.     white-space: normal;
  32.     position: relative;
  33. }
  34.  
  35. .timestampbefore, .timestampafter{
  36.     white-space: nowrap;
  37. }
  38.  
  39. .messagebody {
  40.     padding: 1px 7px 1px 1px;
  41.     max-width: 100%;
  42.     margin-left: 23px;
  43. }
  44.  
  45. .nextmessagebody {
  46.     padding: 1px 7px 1px 1px;
  47.     margin-left: 23px;
  48. }
  49.  
  50. .message{
  51.     margin-left: -23px;
  52.     margin-right: 23px;
  53. }
  54.